Skip to main content

Home/ Coders/ Group items tagged Code Management

Rss Feed Group items tagged

Fabien Cadet

2000: Things You Should Never Do, Part I - Joel on Software - 14 views

  •  
    "There's a subtle reason that programmers always want to throw away the code and start over. The reason is that they think the old code is a mess. And here is the interesting observation: they are probably wrong. The reason that they think the old code is a mess is because of a cardinal, fundamental law of programming: It's harder to read code than to write it. "
  • ...2 more comments...
  •  
    Yes you're right.
  •  
    Untold Perks of Hiring A Native Mobile App Development Company Modern technologies have fundamentally reimagined the entire universe. These days, mobile phones are utilized for more than just calling and texting; they also serve other purposes. The accessibility of cheap web connections has additionally worked on the convenience of different mobile smartphone applications. Peruse this blog to familiarize yourself with the advantages of employing a versatile application development business. Project managers, developers, and designers can greatly facilitate mobile app development. Hiring a native mobile app development company has some benefits, and here is an explanation. Examine everything thoroughly to determine which option is best for your company. Read More https://applify19.wixsite.com/applify/post/untold-perks-of-hiring-a-native-mobile-app-development-company https://www.applify.co/uk/on-demand-development
  •  
    Absolutely agree! Starting fresh often seems appealing, but understanding the existing Multiple Monitors code is crucial. Reading code can be tougher than writing it - a fundamental truth in programming.
Joel Bennett

Windows API Code Pack for .NET Framework - MSDN Code Gallery - 0 views

  •  
    The Windows® API Code Pack for Microsoft® .NET Framework provides a source code library that can be used to access new Windows 7 features (and some related Windows Vista features) from managed code. These features are not available to developers today in the .NET Framework.
Andrey Karpov

The Archive of Interesting Code - 0 views

  •  
    The Archive of Interesting Code is an (ambitious) effort on my part to research, intuit, and code up every interesting algorithm and data structure ever invented. In doing so, I hope both to learn the mathematical techniques that power these technologies and to improve my skills as a programmer. The examples on this site are in a variety of languages. I generally prefer to use C++ for algorithms, since the STL provides a great framework for expressing algorithms that work on a variety of data types. I code up most data structures in Java, both because the Collections framework allows them to be integrated in seamlessly with other applications and because automatic garbage collection simplifies some of the resource management. Every now and then I'll find an algorithm or data structure that is best represented in a different language like Haskell, in which case I'll forgo my usual language conventions.
Joel Bennett

NDepend - 0 views

  •  
    NDepend is a tool that simplifies managing a complex .NET code base. Architects and developers can analyze code structure, specify design rules, plan massive refactoring, do effective code reviews and master evolution by comparing different versions of the code.
Joel Bennett

WMI Code Creator v1.0 - Download - Microsoft.com - 0 views

  •  
    The WMI Code Creator tool allows you to generate VBScript, C#, and VB .NET code that uses WMI to complete a management task such as querying for management data, executing a method from a WMI class, or receiving event notifications using WMI.
Fabien Cadet

[video] InfoQ: Development at the Speed and Scale of Google, 2010-12-13 by Ashish Kumar - 4 views

  •  
    « Ashish Kumar presents how Google manages to keep the source code of all its projects, over 2000, in a single code trunk containing hundreds of millions of code lines, with more than 5,000 developers accessing the same repository. »
Fabien Cadet

Sonar : Code quality management platform - 0 views

  •  
    "Sonar enables to collect, analyze and report metrics on source code. Sonar not only offers consolidated reporting on and across projects throughout time, but it becomes the central place to manage code quality."
David Corking

Dr. Dobb's | Smartphone Operating Systems: A Developer's Perspective | March 30, 2009 - 0 views

  • The industry stewards have countered Apple's move with their own application stores, so there's a huge opportunity to write the "killer app" for one of several smartphone platforms.
  • 40 MB to less than 4 MB of free RAM
  • one-app-at-a-time requirement complicates any implementation of a copy-and-paste mechanism.
  • ...45 more annotations...
  • As a security sandbox, the iPhone OS permits only one third-party application to run at a time, and not in the background.
  • adding some useful Bluetooth profiles that supported stereo headsets, data synchronization, or the ability to implement multiplayer games would be usefu
  • iPhone OS 3, that provides some of the missing features mentioned here, such as the A2DP profile for Bluetooth, voice recording, and copy-and-paste.
  • Have to learn Objective-C; is only smartphone platform that uses it.
  • Competitors will soon catch up on the UI.
  • embed navigation and GPS plotting into applications.
  • provide their own map content
  • The OS now supports the use of accessories connected to the iPhone either through its 30-pin docking connector or wirelessly via Bluetooth. Now that the device has been "opened", you can expect an entire ecosystem to build up around the device, much like the iPod has.
  • peer-to-peer connectivity using Bonjour
  • developers can now allow users, from within the application, to purchase and obtain new content
  • No voice dial.
  • A client-server mechanism provides access to low-level system resources, and in fact the kernel itself is a server that parcels out resources to those applications that need them. This transaction scheme allows applications to exchange data without requiring direct access to the OS space.
  • C/C++ for porting existing UNIX applications, and Java to port Java ME MIDlets. As mentioned previously, the software stack offers several run-times that offer application development using WRT widgets, Flash, and Python. The primary programming language for the platform is Symbian C++,
  • Handango has managed the wide-scale distribution of Nokia applications. In February, Nokia announced plans to launch its Ovi Store, which sells applications, videos, games, pod-casts and other content, similar to Apple's App Store. The store will be accessible by Nokia S60 smartphones in May.
  • Non-standard Symbian C++ has steep learning curve, with special idioms to master. Large number of Symbian APIs to learn, since it contains hundreds of classes and thousands of member functions.
  • BlackBerry Device Software executes multiple applications simultaneously
  • Manages multiple e-mail Exchange e-mail accounts, along with support for POP3 and SMTP, and e-mails can have file attachments
  • FIPS 140-2 compliant, and supports AES or Triple DES encryption sessions via BlackBerry Enterprise Servers
  • BlackBerry Device Software has enhanced the capabilities of the platform with its own Java virtual machine (JVM), along with new Java classes that offer multitasking capabilities and UI enhancements to go beyond the capabilities of Java ME.
  • You can also take existing Java ME code and add specific BlackBerry classes to make a hybrid Java ME application
  • don't intermix MIDP 2.0 and BlackBerry API calls that perform either screen drawing or application management.
  • The catch to writing an application that uses BlackBerry API extensions is that it ties the application this smartphone. However, this is no worse than using the unique Java classes found in Google's Android.
  • Apple promotes the design goal that applications should accomplish one purpose.
  • no Flash support, and you can't download files.
  • For non-Exchange users, Apple's MobileMe online service, after some fits and starts in 2008, now supports the push of e-mails and changes to the calendar and contacts.
  • The iPhone 3G can work in tandem with Microsoft Exhange Server 2003 and 2007 to support enterprise operations.
  • Cocoa Touch is a subset of Apple's Cocoa,
  • Cocoa Touch components manage most of the writing to the screen and playing media, yet there are APIs exposed that let you access the accelerometer and camera.
  • Quartz engine is identical to the one found in Mac OS X
  • Only a select few higher-level frameworks have access to the kernel and drivers. If necessary, an application can indirectly access some of these services through C-based interfaces provided in a LibSystem library.
  • the SDK provides Dashcode, which is a framework based on a Web page composed of HTML and Javascript. You can use DashCode's simulator to write and test your web application. You can also use several other third-party frameworks to write web applications, and debug these with Aptanna Studio's tools.
  • Made by HTC, the G1 is the first smartphone using the Android platform.
  • e-mail program (which makes use of Google's Gmail), a mapping program (using the company's Google Maps), and a browser that uses WebKit, not Google's Chrome web browser
  • Android is not Java ME, nor does it support such applications
  • ability to both browse and manage multiple IM conversations. On the other hand, such heavy use of the smartphone's CPU shortens battery life significantly. Maybe Apple is on to something in limiting the number of applications that the platform can run.
  • On the positive side, the Android APIs support a touch interface (and the G1 has a capacitive touch screen), but not any multi-touch gestures.
  • copying text from the web pages is the browser isn't allowed
  • The advantage to Android's use of a different bytecode interpreter is that the DVM was designed so that multiple instances of it can run, each in their own protected memory space, and each executing an application. While this approach offers stability and a robust environment for running multiple applications, it does so at the expense of compatibility with Java ME applications.
  • Seasoned Java programmers will find the Android SDK an amalgam of Java SE and Java ME methods and classes, along with unique new ones
  • compile the Java code to generate Dalvik bytecode files, with an extension of .dex. These files, along with the manifest, graphics files, and XML files, are packaged into an .apk file that is similar to a Java JAR file.
  • The certificate that you use to generate the private key does not require a signing authority, and you can use self-signed certificates for this purpose.
  • The Developer Phone provides access to a shipping Android device without the cash outlay or contract contortions required when developing for the other platforms.
  • in February the site began supporting priced applications. Google allows developers to take seventy percent of the proceeds.
  • it's possible that you might pick up a malicious application before it is detected by the user community.
  • Open source, open platform: if you hate the mail program, some third-party is writing a better one.
  •  
    Lengthy developer's overview of Symbian, Mac OS X iPhone, Blackberry, Android. This talks about the leading app platforms except Java ME and Windows Mobile, though it does explain how Blackberry and Symbian support Java ME.
alex gross

SharpKit C#/JavaScript Web Toolkit | Dot Net News - 2 views

  •  
    SharpKit enables web development teams to take advantage of C# and Visual Studio benefits such as compile-time syntax verification, code-completion, XML documentation and refactoring. Many developers prefer this managed code environment versus the expensive and error-prone world of JavaScript programming.
Biztech Consultancy

Dynamic Website - latest development in the world of websites - 0 views

  •  
    A dynamic website uses a database to gather, manage and display information. Database driven are used for websites that change constantly with areas such as product inventory, news or listing information. Dynamic websites contain Web pages that are generated in real-time. These pages include Web scripting code, such as PHP or ASP. When a dynamic page is accessed, the code within the page is parsed on the Web server and the resulting HTML is sent to the client's Web browser.
Joel Bennett

Managed Extensibility Framework - Home - 0 views

  •  
    The Managed Extensibility Framework (MEF) provides developers with a tool to easily add extensibility to their applications and with minimal impact on existing code.
Andrey Karpov

Go directly to... dx.h, a modern C++ library for DirectX dev - 0 views

  •  
    Today's project by Kenny Kerr is for the DirectX C++ crew out there. If you're C++ coding in the Direct2D, Direct3D, DXGI, DirectWrite, the Windows Imaging Component (WIC), and the Windows Animation Manager (WAM) space, this project is one you're going to want to check out. Now.
jackmcmahon4

Buy Google Ads Account - Real, Cheap, Aged, Spent ⚡️ - 0 views

  •  
    Buy Google Ads Account Introduction If you are looking to buy Google Ads Accounts we can help you. Here are some reasons why you should buy PVA accounts from us: Looking to buy Google Ads Accounts If you're looking to buy Google Ads Accounts, we offer a variety of packages that can help you get started. We offer accounts with varying limits on the number of ads that can be run at once, as well as different options for payout amounts and costs (depending on your budget). You'll also be able to choose whether or not your account is part of our main product line or if it's an offshoot. This way, if there are any changes in how our products work or evolve over time-or even if there's no need at all-you won't miss out on anything! What are the rules in google ads accounts? Google Ads accounts let you create and manage your own campaign, which can be used to drive traffic to a website or an email list. However, the rules are pretty strict. Here's what you need to know: You can use Google Ads for your business' own purposes only. For example, if you have a side hustle as a freelancer, this is not allowed because it will affect the quality of your main business' listings in search results (for example). If there are other businesses using the same keywords as yours (either directly or indirectly), then those other businesses may also be affected by this rule. You cannot use Google Ads Accounts for any friend's business except those who are family members living at home with them; friends who work together professionally; close colleagues from college days; ex-girlfriends/boyfriends whose relationship ended badly during high school years; any person(s) who has been convicted of crimes involving fraudulently obtaining money from others through false promises made while applying for jobs/jobs interviews etc., even if they were pardoned afterwards Buy Google Ads Account Google Ads Account Looking to buy Google Ads Accounts If you're looking to bu
  •  
    Buy Google Ads Account Introduction If you are looking to buy Google Ads Accounts we can help you. Here are some reasons why you should buy PVA accounts from us: Looking to buy Google Ads Accounts If you're looking to buy Google Ads Accounts, we offer a variety of packages that can help you get started. We offer accounts with varying limits on the number of ads that can be run at once, as well as different options for payout amounts and costs (depending on your budget). You'll also be able to choose whether or not your account is part of our main product line or if it's an offshoot. This way, if there are any changes in how our products work or evolve over time-or even if there's no need at all-you won't miss out on anything! What are the rules in google ads accounts? Google Ads accounts let you create and manage your own campaign, which can be used to drive traffic to a website or an email list. However, the rules are pretty strict. Here's what you need to know: You can use Google Ads for your business' own purposes only. For example, if you have a side hustle as a freelancer, this is not allowed because it will affect the quality of your main business' listings in search results (for example). If there are other businesses using the same keywords as yours (either directly or indirectly), then those other businesses may also be affected by this rule. You cannot use Google Ads Accounts for any friend's business except those who are family members living at home with them; friends who work together professionally; close colleagues from college days; ex-girlfriends/boyfriends whose relationship ended badly during high school years; any person(s) who has been convicted of crimes involving fraudulently obtaining money from others through false promises made while applying for jobs/jobs interviews etc., even if they were pardoned afterwards Buy Google Ads Account Google Ads Account Looking to buy Google Ads Accounts If you're looking to bu
Joel Bennett

TeamCity :: Powerful Solution for Continuous Integration & Build Management - 0 views

  •  
    TeamCity is a build management and continuous integration solution supporting both Java and .NET ... includes features such as "Pre-tested Commit" which prevents the check-in of code which fails tests cases. It integrates tightly with most popular IDE's and version control systems
Joel Bennett

How to Create a Remote PowerShell Runspace - 3 views

  •  
    An example of creating runspaces using WS-Managment to execute PowerShell script
  •  
    This example shows how to create a runspace that uses WS-Management-based remoting to run commands on the local host. This same code could be used to connect to a remote computer.
roberthayes222

Hosting Server Side Code in Cloud - Platform as a Service (PaaS) - 0 views

  • Custom Code Your Code , Our Cloud No infrastructure worries Create and deploy your REST service in few commands Write it using your very own powerful JAVA platform No security hassles….Runs inside scalable and secure App42 platform Manage your service using Command Line/API or interactive AppHQ UI Coming Soon !!! Support of other language including Java Script, Ruby and PHP
Fabien Cadet

Software Development is not Just Coding « CodeDependents, 2011-06-06 by Benja... - 15 views

  • Many developers approach any sort of planning with apprehension if not outright disgust.
  • Whatever it might be we need to move beyond the “all process is evil” mentality. Yes there will be meetings but you will shock yourself at how much faster you are in the end.
  •  
    If you want a quality seo service please click here. Many people said about seo. But do not understand about seo itself. I will help you. Please contact me on yahoo messenger .. aming_e@ymail.com or www.killdo.de.gg
Mandeep Bajar

Make Real-time multiplayer games using Unity3D - 0 views

  •  
    Unity3D is a popular cross-platform game engine for building sophisticated 3D games. Using AppWarp, developers can now add realtime communication in their Unity3D games to build beautiful, rich and engaging multiplayer games. The great thing is that developers can do this without any server side code or socket level programming as all the communication is managed by AppWarp SDK and cloud.
Joel Bennett

VistaDB - Lightweight alternative database engine for .NET. - 0 views

  •  
    A lightweight database/server in 100% managed code. It's cross-platform, and usable in ASP.Net ... royalty-free ($180 currently)
1 - 20 of 36 Next ›
Showing 20 items per page